home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3212 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  884 b 

  1. Path: doc.ic.ac.uk!not-for-mail
  2. From: mdf@doc.ic.ac.uk (Martin Frost)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Simple Serial/Timer problem
  5. Date: 8 Feb 1996 15:29:45 -0000
  6. Organization: Dept. of Computing, Imperial College, University of London, UK.
  7. Distribution: world
  8. Message-ID: <4fd4t9$cva@oak68.doc.ic.ac.uk>
  9. References: <4f98i3$1e48@thebes.waikato.ac.nz>
  10. Reply-To: mdf@doc.ic.ac.uk (Martin Frost)
  11. NNTP-Posting-Host: oak68.doc.ic.ac.uk
  12. X-Newsreader: mxrn 6.18-23
  13.  
  14.  
  15. In article <4f98i3$1e48@thebes.waikato.ac.nz>, trigg@jane.cs.waikato.ac.nz (Len Trigg) writes:
  16. >The first time the routine gets called and a character is
  17. >available it works.  The second time it gets called, the signal
  18. >for the both the character and the timer is set, even though a
  19. >character is available immediately.
  20.  
  21. Add a SetSignal(0L,~SIG_TIMER) just before the SendIO on the timer request.
  22.  
  23. Martin
  24.